home *** CD-ROM | disk | FTP | other *** search
/ People & Parliament - A …er's Guide to Westminster / People and Parliament - A Stranger's Guide to Westminster (1998)(House of Commons).iso / parl / 8bit64.dir / 00034_Script_34 < prev    next >
Text File  |  1998-03-19  |  402b  |  25 lines

  1. on enterframe
  2.   global framelbl
  3.   put the frame into framelbl
  4.   cursor -1
  5. end enterframe
  6.  
  7.  
  8. on exitFrame
  9.   global framelbl
  10.   put the frame into thisframe
  11.   if rollover(3) then
  12.     set the memberNum of sprite 3 to 12
  13.     UPDATESTAGE
  14.     repeat while rollover(3)=TRUE and the mousedown=FALSE
  15.       NOTHING
  16.     END REPEAT
  17.  
  18.     
  19.   else go to THE FRAME
  20.   
  21.   
  22.   
  23.   go to the frame
  24.   
  25. end